COM AT^SPBA - Query active phonebook
COM	V1.0	03.01.2004	T. Kleinmann

COM ToDo(S3): Implement more sophisticated command to switch automatically between Telephone/Adressbook

from attglobals import *

AT^SPBA=?
WAITFOR (1,'^SPBA: (0,1)')

MESSAGE('Please select telephone book manually Main->Preferred book->Default book->Phone book')

AT^SPBA?
WAITFOR (1,'0')

MESSAGE('Please select adressbook manually Main->Preferred book->Default book->Adress book')

AT^SPBA?
WAITFOR (1,'1')

AT
WAIT FOR OK


